home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / RT.cab / _7E6D69B8C78A4A76B8F9A58F89C90CC4 < prev    next >
Encoding:
Text File  |  2005-10-11  |  400 b   |  27 lines

  1. // generated file - max export plugin
  2. // origin: TunelLamp_rt.max
  3.  
  4. Shader()
  5. {
  6.     Pass()
  7.     {
  8.         tmu()
  9.         {
  10.             Texture()
  11.             {
  12.                 Image("TunelLamp_rt.dds")
  13.             }
  14.         }
  15.  
  16.         AmbientColor(0.588, 0.588, 0.588, 1.000)
  17.         DiffuseColor(0.588, 0.588, 0.588, 1.000)
  18.         SpecularColor(0.000, 0.000, 0.000, 1.000)
  19.         EmissiveColor(0.000, 0.000, 0.000, 1.000)
  20.         SpecularPow(0.000)
  21.     }
  22.  
  23.     Cull("cw")
  24. }
  25.  
  26.  
  27.